Class AllActionListener
java.lang.Object
|
+----AllActionListener
- class AllActionListener
- extends Object
- implements ActionListener
implements ActionListener methods
This class perform the dispatch, it depend of the action
- See Also:
- Zip, ZipAbout
-
zip
-
-
AllActionListener(Zip)
- The constructor of the class
-
actionPerformed(ActionEvent)
- Method use for dispatch the actions
zip
private Zip zip
AllActionListener
public AllActionListener(Zip zip)
- The constructor of the class
- Parameters:
- zip - it is the accessor of the zip class
actionPerformed
public void actionPerformed(ActionEvent e)
- Method use for dispatch the actions
- Parameters:
- e - the action to dispatch